
@media(min-width: 1024px){
	/*=======全局公共样式定义=======*/
	/*间距*/
	.padder-home{
		padding-top: 2.2rem;
		padding-bottom: 2.2rem;
	}
	.padder-page{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	/*标题*/
	.title-01{
		margin-bottom: 1.7rem;
		padding: 0 0rem;
	}
	.title-01 h2{
		font-size: 1.65rem;
		padding-bottom: .35rem;
	}
	.title-01 .description{
		font-size: .875rem;
	}
	.title-02{
		margin-top: 6.5rem;
		margin-bottom: 2.5rem;
	}

	/*更多*/
	

	/*翻页*/

	/*分页*/
	.pagination{
		margin-top: .75rem;
		margin-bottom: .75rem;
	}
	.pagination .page-link{
		width: 2.25rem;
		height: 2.25rem;
		line-height: 2.125rem;
		font-size: .875rem;
		margin: 0 .25rem;
	}
	.pagination .first .page-link,
	.pagination .lase .page-link{
		line-height: 2rem;
	}

	/*=======导航=======*/
	.navbar{
		padding: 0 1rem;
	}
	.navbar-collapse{
		border-top: none;
    	margin: 0;
    	padding: 0 1rem;
	}
	.navbar .navbar-nav .nav-item{
		border-bottom: none;
	}
	.navbar .nav-item .dropdown-menu{
		min-width: 7rem;
		left: 50%;
		margin-left: -3.8rem;
		border: 1px solid #ededed;
		border-top-width: 0;	
		margin-top: 0;
		padding-bottom: .5rem;
	}
	.navbar .nav-item:hover .dropdown-menu{
		display: block;
	}
	.navbar .dropdown-menu .dropdown-item{
		font-size: .875rem;
		padding: 0.45rem 1rem;
	}
	.navbar .dropdown-menu .dropdown-item:hover{
		background-color: rgba(24,48,154,.1);
	}
	.navbar .dropdown-menu .dropdown-item:focus,
	.navbar .dropdown-menu .dropdown-item:active{
		color: #212529;
	}
	.navbar-nav .nav-link{
		padding: 1.25rem 0;
	}
	header.fixed-top{
		border-top: 6px solid #1e3c8b;
	}
	.navbar{
		font-size: .875rem;
	}
	.navbar .navbar-right{
		flex-shrink: 0;
	}
	.navbar .navbar-right .nav-cart .iconfont{
		line-height: 100%;
	}
	.nav-cart span{
		display: inline-block;
		padding-left: .4rem;
	}


	/*加入询盘车*/


	/*=======焦点图=======*/
	.swiper-focus{
	  height: auto !important;
	}
	.swiper-focus .swiper-slide{
		height: auto !important;
	}
	.swiper-focus .position-absolute{
		bottom: 1.3rem;
	}
	.swiper-focus .position-absolute h3{
		font-size: 2.5rem;
		margin-bottom: .75rem;
		padding: 0;
	}
	.swiper-focus .position-absolute .text{
		font-size: 1rem;
		padding: 0;
	}
	.swiper-pagination-bullet{
		width: 12px !important;
		height: 12px !important;
	}
	.swiper-focus .swiper-button-next,
	.swiper-focus .swiper-button-prev{
		width: 60px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 1.3rem !important;
	}	
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 6px !important;
	}

	/*=======关于=======*/
	.intro-home .intro-box{
		height: 312px;
	}
	.intro-home .intro-box .intro-text{
		height: 240px;
	}
	.intro-home .intro-text{
		margin: 2rem 1rem;
	}	
	.intro-home .intro-icon .d-flex{
		height: 7.8rem;
	}
	.intro-home .intro-text .bg-white.padder-page .row .col-lg-6 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 0;
	}
	.intro-home .intro-text .bg-white.padder-page > .container .mr-lg-3{
		margin-right: 0 !important;
	}

	/*=======优势=======*/
	.swiper-advantage .swiper-slide{
		padding: 6rem 0.75rem;
	}
	.swiper-advantage .iconfont{
		font-size: 3rem;
		padding-bottom: 2.5rem;
	}

	/*=======列表=======*/
	/*产品*/
	.list-products .card .card-body{
		padding: 1rem;
	}
	.list-products .card .card-title{
		font-size: .9375rem;
		margin-bottom: .15rem;
	}
	.list-products .card .card-text{
		font-size: 0.8125rem;
	}
	.list-products .imgbox{
		height: 221px;
	}

	/*新闻*/
	.list-news .imgbox{
		height: 123px;
	}
	
	/*荣誉*/
	.list-honor .imgbox,
	.list-honor .imgbox img{
		height: 165px;
	}

	/*询盘车*/

	/*合作客户*/
	.list-partner a{
		height: 107px;
	}

	/*荣誉*/
	.honor img{
		max-width: 650px;
	}

	/*发展历程*/

	/*荣誉*/
	.list-job .scrollable{
		height: 400px;
	}

	/*=======页面底部=======*/

	/*=======顶部大图=======*/
	.img-top .position-absolute{
		bottom: 1rem;
	}
	.img-top h4{
		font-size: 1.3rem;
		padding-bottom: .25rem;
	}
	.img-top .description{
		font-size: .875rem;
	}

	/*=======模态框=======*/
	.modal-dialog{
		max-width: 650px;
	}
}